home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / artifact_catcher.swf / scripts / DefineSprite_117 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-01-19  |  122 b   |  10 lines

  1. if(_root.hiscore20 < _root.score and _root.local == 1)
  2. {
  3.    _visible = 1;
  4. }
  5. else
  6. {
  7.    _visible = 0;
  8.    stop();
  9. }
  10.